projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1484208
)
reftests: Fix css-match-exact
author
Benjamin Otte
<otte@redhat.com>
Thu, 2 Feb 2012 01:58:59 +0000
(
02:58
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 2 Feb 2012 02:14:02 +0000
(
03:14
+0100)
Ensure that background-colors are always set. And import
reset-to-defaults so that there's no background image or so.
tests/reftests/css-match-exact.css
patch
|
blob
|
history
diff --git
a/tests/reftests/css-match-exact.css
b/tests/reftests/css-match-exact.css
index c84ffe99a990133cb9dccd9c48c9ac48cb53e1f6..84723cd8fc3306c91005633244ff4c1c755be36c 100644
(file)
--- a/
tests/reftests/css-match-exact.css
+++ b/
tests/reftests/css-match-exact.css
@@
-1,3
+1,9
@@
+@import "reset-to-defaults.css";
+
+* {
+ background-color: green;
+}
+
GtkGrid {
- background-color:
purple
;
+ background-color:
red
;
}